3.429 \(\int \frac{\cosh (c+d x) \coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\)

Optimal. Leaf size=34 \[ \text{Unintegrable}\left (\frac{\cosh (c+d x) \coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))},x\right ) \]

[Out]

Unintegrable[(Cosh[c + d*x]*Coth[c + d*x])/((e + f*x)*(a + b*Sinh[c + d*x])), x]

________________________________________________________________________________________

Rubi [A]  time = 0.059309, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\cosh (c+d x) \coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(Cosh[c + d*x]*Coth[c + d*x])/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Defer[Int][(Cosh[c + d*x]*Coth[c + d*x])/((e + f*x)*(a + b*Sinh[c + d*x])), x]

Rubi steps

\begin{align*} \int \frac{\cosh (c+d x) \coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx &=\int \frac{\cosh (c+d x) \coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx\\ \end{align*}

Mathematica [A]  time = 57.9944, size = 0, normalized size = 0. \[ \int \frac{\cosh (c+d x) \coth (c+d x)}{(e+f x) (a+b \sinh (c+d x))} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(Cosh[c + d*x]*Coth[c + d*x])/((e + f*x)*(a + b*Sinh[c + d*x])),x]

[Out]

Integrate[(Cosh[c + d*x]*Coth[c + d*x])/((e + f*x)*(a + b*Sinh[c + d*x])), x]

________________________________________________________________________________________

Maple [A]  time = 0.826, size = 0, normalized size = 0. \begin{align*} \int{\frac{\cosh \left ( dx+c \right ){\rm coth} \left (dx+c\right )}{ \left ( fx+e \right ) \left ( a+b\sinh \left ( dx+c \right ) \right ) }}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(d*x+c)*coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

int(cosh(d*x+c)*coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} -2 \,{\left (a^{2} e^{c} + b^{2} e^{c}\right )} \int -\frac{e^{\left (d x\right )}}{a b^{2} f x + a b^{2} e -{\left (a b^{2} f x e^{\left (2 \, c\right )} + a b^{2} e e^{\left (2 \, c\right )}\right )} e^{\left (2 \, d x\right )} - 2 \,{\left (a^{2} b f x e^{c} + a^{2} b e e^{c}\right )} e^{\left (d x\right )}}\,{d x} + \frac{\log \left (f x + e\right )}{b f} + \int \frac{1}{a f x + a e +{\left (a f x e^{c} + a e e^{c}\right )} e^{\left (d x\right )}}\,{d x} + \int -\frac{1}{a f x + a e -{\left (a f x e^{c} + a e e^{c}\right )} e^{\left (d x\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="maxima")

[Out]

-2*(a^2*e^c + b^2*e^c)*integrate(-e^(d*x)/(a*b^2*f*x + a*b^2*e - (a*b^2*f*x*e^(2*c) + a*b^2*e*e^(2*c))*e^(2*d*
x) - 2*(a^2*b*f*x*e^c + a^2*b*e*e^c)*e^(d*x)), x) + log(f*x + e)/(b*f) + integrate(1/(a*f*x + a*e + (a*f*x*e^c
 + a*e*e^c)*e^(d*x)), x) + integrate(-1/(a*f*x + a*e - (a*f*x*e^c + a*e*e^c)*e^(d*x)), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\cosh \left (d x + c\right ) \coth \left (d x + c\right )}{a f x + a e +{\left (b f x + b e\right )} \sinh \left (d x + c\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="fricas")

[Out]

integral(cosh(d*x + c)*coth(d*x + c)/(a*f*x + a*e + (b*f*x + b*e)*sinh(d*x + c)), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cosh{\left (c + d x \right )} \coth{\left (c + d x \right )}}{\left (a + b \sinh{\left (c + d x \right )}\right ) \left (e + f x\right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x)

[Out]

Integral(cosh(c + d*x)*coth(c + d*x)/((a + b*sinh(c + d*x))*(e + f*x)), x)

________________________________________________________________________________________

Giac [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(d*x+c)*coth(d*x+c)/(f*x+e)/(a+b*sinh(d*x+c)),x, algorithm="giac")

[Out]

Timed out